https://github.com/n9gc/php
Some small PHP useful function library
https://github.com/n9gc/php
convert-characters from-scpos http mailer php sql url-rewrite
Last synced: 1 day ago
JSON representation
Some small PHP useful function library
- Host: GitHub
- URL: https://github.com/n9gc/php
- Owner: n9gc
- License: gpl-3.0
- Created: 2025-06-03T14:07:50.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-10-22T18:30:30.000Z (9 months ago)
- Last Synced: 2025-10-22T20:36:32.175Z (9 months ago)
- Topics: convert-characters, from-scpos, http, mailer, php, sql, url-rewrite
- Language: PHP
- Homepage:
- Size: 74.2 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README-en.md
- License: LICENSE
Awesome Lists containing this project
README
# ScpoPHP
[简体中文](README.md) | **English**
ScpoPHP is a function library developed by China entertainment club Scpos now.
Beacuse ScpoPHP is the library Scpos used, it's mainly developed in Chinese.
## All the Module
The modules marked with "*" have not been developed completely.
- Api: API related
- Cache: Web cache related
- Cookie: Cookie operation related
- Db: SQL Database CRUD related
- Email: Some useful mailing functions based on PHPMailer
- Errpage: HTTP error code related
- Str: Functions that can convert string, bin and hex to each other
- Url: URL rewrite related
- *User: User system related
## Useage
1. Clone the repositories to the local through `git submodule add https://github.com/n9gc/php.git scpo-php`
2. Copy `scpo-php/config.default.php` and rename it to `config.php`
3. Change the congigures in `config.php`
4. Add the sentence `require 'scpos.php'` to your project
5. Use the functions like `ScpoPHP\Module::method()` and enjoy!