Best Development Tools Scripts for Respect Project
Respect\Data allows developers to map out a database's stored data using a PHP-friendly syntax, regardless of the database system.Respect\Data works with both relational databases and NoSQL data systems.Features:Use one single syntax
Fetch data...
Respect\Validation was created for checking input data to make sure it's of a certain type before taking an action that might be potentially harmful or destructive.
Respect\Validation is not only great for checking form inputs, but can be...
Respect\Relational works with any PDO database layer.
It allows developers to save not only data, but queries and data states persistently.
Usage instructions are included with the download package.What is new in this release:Fix:
Changes entity...
Respect\Template allows a developer to modify the layout of a page via placeholders and have the content automatically shift too.It's a basic implementation of a template engine running on PHP, for HTML-based content sites.The library is PSR-0...
Respect\Loader gives a developer complete control over an app or website by allowing him to dynamically call upon PHP code from everywhere in the code.Respect\Loader is PSR-0 compatible and it comes with PEAR and Composer...
In simpler words Respect\Rest is a very small tool developers can use to build PHP applications that interact with REST services.Since working with RESTful applications is quite a complicated concept, make sure to read the documentation provided with...