Skip to content

CandyPHP 1.3

Latest
Compare
Choose a tag to compare
@EmreRed EmreRed released this 09 May 10:27
· 24 commits to master since this release
1129c75




PHP 8
PHP 8



- πŸ“„ Multi-Page Websites
- πŸ”— Get Content by URL
- πŸ“… Ability to Set Scheduled Tasks
- πŸ—ƒοΈ Multiple Database Connections and Simple, Cachable SQL Operations
- πŸ—„οΈ Automatic Daily Web and SQL Backups (& autoclear)
- 🌐 Multi-Language Web Pages
- πŸ›‘οΈ Secure POST / GET Transactions
- πŸ’¨ Automatic AJAX Forms and Pages
- βœ‰οΈ Sending Mail With Blade Design
- πŸ™ Easy User Login and Query Operations
- βš™οΈ Ability to Use Composer Packages
- 🀞 Writing Async Functions
- πŸ•˜ Ability to Run a Past Version of the Site
- πŸ”₯ And more...



You can start using just by throwing the necessary files to the website main directory.
or write the code below in the index.php file and run it!

<?php eval(file_get_contents('https://candypack.dev/i/candyphp'));


PHP 7+




MIT