PHPackages                             rtablada/slim-post - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [HTTP &amp; Networking](/categories/http)
4. /
5. rtablada/slim-post

ActiveLibrary[HTTP &amp; Networking](/categories/http)

rtablada/slim-post
==================

A super slim POST CURL wrapper

051PHP

Since May 1Pushed 13y ago1 watchersCompare

[ Source](https://github.com/rtablada/slimPost)[ Packagist](https://packagist.org/packages/rtablada/slim-post)[ RSS](/packages/rtablada-slim-post/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependenciesVersions (1)Used By (0)

As lightweight as it gets.
--------------------------

[](#as-lightweight-as-it-gets)

In writing a few projects, I found that many of the HTTP request libraries were a bit heavy for what I needed. The answer was to create a super-lightweight CURL wrapper that would do the job.

Note: this package sends to a url with a POST payload, and that is it!

Installation
------------

[](#installation)

This package is distributed using Packagist and Composer.

To your composer.json requires object add

`"Rtablada/slim-post" : "*"`

Run `composer install` or `composer update`

Using this package
------------------

[](#using-this-package)

In your sample file after autoloading SlimPost is super easy to use!

```
