Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/seyedmahmoudmousavi/iron-elephant
- Owner: SeyedMahmoudMousavi
- Created: 2023-05-29T08:01:29.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-11-23T11:34:53.000Z (about 1 year ago)
- Last Synced: 2024-09-27T05:49:01.497Z (3 months ago)
- Topics: file, fileupload, library, mysql, php, validating
- Language: PHP
- Homepage:
- Size: 140 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)