{"id":37660151,"url":"https://github.com/wpint/wpint-plugin","last_synced_at":"2026-01-16T11:47:45.040Z","repository":{"id":228080512,"uuid":"744505972","full_name":"wpint/wpint-plugin","owner":"wpint","description":"The wpint wordpress plugin framework","archived":false,"fork":false,"pushed_at":"2026-01-14T14:09:12.000Z","size":58,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"2.x","last_synced_at":"2026-01-14T17:54:53.470Z","etag":null,"topics":["framework","php","plugin","wordpress","wordpress-plugin","wpint"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/wpint.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-01-17T12:47:08.000Z","updated_at":"2024-11-09T12:46:50.000Z","dependencies_parsed_at":"2026-01-14T16:03:05.571Z","dependency_job_id":null,"html_url":"https://github.com/wpint/wpint-plugin","commit_stats":null,"previous_names":["wpint/wpint-plugin"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/wpint/wpint-plugin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wpint%2Fwpint-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wpint%2Fwpint-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wpint%2Fwpint-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wpint%2Fwpint-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wpint","download_url":"https://codeload.github.com/wpint/wpint-plugin/tar.gz/refs/heads/2.x","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wpint%2Fwpint-plugin/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28478375,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-16T06:30:42.265Z","status":"ssl_error","status_checked_at":"2026-01-16T06:30:16.248Z","response_time":107,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["framework","php","plugin","wordpress","wordpress-plugin","wpint"],"created_at":"2026-01-16T11:47:44.408Z","updated_at":"2026-01-16T11:47:45.033Z","avatar_url":"https://github.com/wpint.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# WPINT Plugin #\n**Contributors:** [ALI BARZEGAR RAHIMI (ABRZ)](https://github.com/abrzzzz/)  \n**Tags:** Wordpress, wp-plugin, plugin, wordpress plugin framework, framework, wpint, wpint plugin, wpint-plugin\n**Requires at least:** 4.5  \n**Tested up to:** 6.6.2  \n**Requires PHP:** 8.1\n**Stable tag:** 2.0.0  \n**License:** MIT License   \n**License URI:** https://mit-license.org/\n\n\nWPINT Plugin is a WordPress plugin framework.\n\n## About WPINT ##\n\nWPINT is a wordpress plugin framework. It is a simple and easy to use plugin framework which allows you to create your own plugins very quickly.\nIt takes out the hard work of creating a plugin and gives you the freedom to focus on the core functionality of your plugin. It \nalso provides a lot of features by using of the wordpress's core APIs and the [Laravel](https://laravel.com)'s core services such as:\n*   [Service Container](https://laravel.com/docs/10.x/container)\n*   [Service Provider](https://laravel.com/docs/10.x/providers)\n*   [Facades](https://laravel.com/docs/10.x/facades)\n*   [Collections](https://laravel.com/docs/10.x/collections)\n*   [Eloquent ORM](https://laravel.com/docs/10.x/eloquent)\n*   [Cache](https://laravel.com/docs/10.x/cache)\n*   [Event](https://laravel.com/docs/10.x/events)\n*   [Validation](https://laravel.com/docs/10.x/validation)\n*   [Blade Template Engine](https://laravel.com/docs/10.x/blade)\n*   [File System](https://github.com/illuminate/filesystem)\n*   extra\n\nand also:\n*   [Extended Routes (Admin Page, Rest Endpoint, Ajax Endpoint)]()\n*   [WPAPI]()\n\n## Installation ##\n\nSimply clone the repo from github and place it in your `wp-content/plugins` directory.\n\ne.g.\n\n1. Run `git clone git@github.com:wpint/wpint-plugin.git` in the plugin director\n2. Run `composer install` (make sure you have composer installed)\n3. Run `npm install` (make sure you have nodejs installed)\n4. Activate the plugin through the 'Plugins' menu in WordPress dashboard\n5. Start developing\n\n## Caveats ##  \n1. Make sure you have the `storage/` directory writable in root of the plugin.\n2. You may get the .env file not found error, change .env.example to .env\n\nAll these concerns will be resolved by running the `./bin/startup.sh` file.\n\n## Changelog ##\n### 1.0.0 ###\n* Initial release\n* Release date: 2023-01-10\n### 1.1.0 ###\n* Route debug and new implementation \n### 2.0.0 ###\n* Rewrite the core (Major release)\n\n## Contributing ##\nThank you for contributing this framework, please review [Contributing Guides](./CONTRIBUTING.md)\n\n## Security ##\nIn terms of finding any security issues, please send an email to [ali.barzegar.rahimi@gmail.com](mailto:ali.barzegar.rahimi@gmail.com)\n\n## License ##\nThe WPINT framework is open-sourced software licensed under the [MIT license](https://opensource.org/license/mit/).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwpint%2Fwpint-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwpint%2Fwpint-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwpint%2Fwpint-plugin/lists"}