Download the PHP package austinbillings/rad without Composer
On this page you can find all versions of the php package austinbillings/rad. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download austinbillings/rad
More information about austinbillings/rad
Files in austinbillings/rad
Package rad
Short Description A simple but powerful PHP nanoframework for building APIs at light speed.
License MIT
Homepage http://github.com/austinbillings/rad
Informations about the package rad
A PHP nanoframework for building APIs at light speed.
Documentation
Rad provides the following basic classes to get you started building an API.
Rad\Base
A base class that does a whole lot of stuff I don't have time to write about.
Rad\Router
A basic but robust router, which takes a HTTP-Request-URI as the constructor argument: __construct($route)
.
Provides various methods to perform actions based on the given URI.
Example:
Rad\Controller
A class which provides a basic API controller. Automatically gathers data sent to php://input
as $this->input
, and other cool things I'll write about sooner or later.
Rad\Tools
A class which provides a collection of commonly-used (in my experience) utilities, all accessible as static methods.
Recommended usage:
See more at their documentation.
Rad\Courier
A class which extends Rad\Base
and lets you easily prepare and send email server-side via Sendgrid, Mandrill, Amazon SES, or vanilla PHP with little to zero effort.
Quick CLI Example (can easily also be used as a web service)
From terminal:
Now, the fun part:
Then, simply run your script to send out the email blast.
Nice!
All versions of rad with dependencies
daniel-zahariev/php-aws-ses Version ^0.8.8
html2text/html2text Version ^4.0
sendgrid/sendgrid Version ^5.0
leafo/lessphp Version ^0.5.0
leafo/scssphp Version ^0.6.5
lcobucci/jwt Version ^3.2