https://github.com/aboutcode-org/project-sync-for-github
Display your GitHub projects in Wordpress - Maintained fork of https://plugins.trac.wordpress.org/browser/project-sync-for-github
https://github.com/aboutcode-org/project-sync-for-github
Last synced: 4 months ago
JSON representation
Display your GitHub projects in Wordpress - Maintained fork of https://plugins.trac.wordpress.org/browser/project-sync-for-github
- Host: GitHub
- URL: https://github.com/aboutcode-org/project-sync-for-github
- Owner: aboutcode-org
- License: gpl-2.0
- Created: 2024-05-24T08:32:41.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-24T09:18:08.000Z (over 1 year ago)
- Last Synced: 2025-08-29T06:34:40.080Z (4 months ago)
- Language: PHP
- Size: 1.28 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README-orig.md
- License: LICENSE
Awesome Lists containing this project
README
## Development
Right now, this project uses composer classmaps for autoloading. To view it, check out ```vendor\composer\autoload_classmap.php```.
When a new class is added, be sure to run:
```composer dump-autoload```