Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/seyedmahmoudmousavi/iron-elephant

Work with php easier
https://github.com/seyedmahmoudmousavi/iron-elephant

file fileupload library mysql php validating

Last synced: about 2 months ago
JSON representation

Work with php easier

Awesome Lists containing this project

README

        

# Iron library

## Work with php easier

## How to use this library

1. Just add this to your own code :

/**
* Add IRON ELEPHANT library to project
*/
require_once 'vendor/autoload.php';

// load iron classes
// use Codecrafted\IronElephant; [DB,File,Validate]

2. Edit and customize [config](https://github.com/SeyedMahmoudMousavi/iron-elephant/blob/master/src/configs/) file :

## For using all feature visit [**docs**](https://github.com/SeyedMahmoudMousavi/iron-elephant/blob/master/docs/api/index.html) directory

[help/](https://github.com/SeyedMahmoudMousavi/iron-elephant/blob/master/docs) :

1. [main.md](https://github.com/SeyedMahmoudMousavi/iron-elephant/blob/master/docs/main.md)
2. [file.md](https://github.com/SeyedMahmoudMousavi/iron-elephant/blob/master/docs/file.md)
3. [database.md](https://github.com/SeyedMahmoudMousavi/iron-elephant/blob/master/docs/database.md)
4. [validate.md](https://github.com/SeyedMahmoudMousavi/iron-elephant/blob/master/docs/validate.md)