laravel, php, social-media-api, open-source, sdk, twitter, facebook, instagram, linkedin, telegram, discord, developer-tools, api
Stars
434
Forks
111
Watchers
434
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
Add support for Laravel 13, PHPUnit 12/13, and Testbench 11
1a96ce9View on GitHubfix: update GitHub links in README to point to the correct repository
97c3fa6View on GitHubAdd editor-specific AI config (.cursorrules, copilot-instructions.md)
81b3f63View on GitHubMerge pull request #47 from owlstacks/feature/rewrite-with-owlstack-core
29c8911View on GitHubUpdate README header with logo, flat-square badges, and Laravel branding
b2d4e64View on GitHubdocs: update project documentation for production\n\n- Rewrite CHANGELOG.md with accurate feature entries\n- Fix CONTRIBUTING.md repo URLs (laravel-social-auto-posting → owlstack-laravel)\n- Add structured bug report template to ISSUE_TEMPLATE.md\n- Add CI/Packagist badges to README.md\n- Add all 11 platform usage examples and env vars to README\n- Update architecture diagram to include LinkedIn
c7086ceView on GitHubci: replace Travis CI with GitHub Actions\n\n- Remove .travis.yml (PHP 7.0/7.1, outdated)\n- Add .github/workflows/tests.yml with matrix:\n PHP 8.1–8.4 × Laravel 10–12\n- Exclude incompatible PHP 8.1 + Laravel 11/12 combos
3941b26View on GitHubdocs: update example Laravel 12 project\n\n- Remove path repository, use Packagist dependency\n- Change minimum-stability from dev to stable\n- Add all 11 platform configs to example owlstack.php\n- Add testLinkedIn() controller method and route
cd4dc8eView on GitHubtest: add LinkedIn tests and fix env var names\n\n- Add LinkedIn credentials to TestCase and linkedinSuccess() helper\n- Add testLinkedInTextPost() in SendToTest\n- Update testToAllPublishesToAllPlatforms() to expect 4 platforms\n- Update ServiceProviderTest to verify LinkedIn registration\n- Fix .env.testing: correct Twitter and Facebook env var names\n- Add LinkedIn env vars to .env.testing
19a72b7View on GitHubfeat: add LinkedIn and all platform convenience methods\n\n- Add LinkedIn platform registration in ServiceProvider\n- Add LinkedIn config (access_token, person_id, organization_id)\n- Add SendTo convenience methods: linkedin(), reddit(), discord(),\n slack(), instagram(), pinterest(), whatsapp(), tumblr()\n- Update Facade docblocks for all 11 platforms
8cf602eView on GitHubfeat: migrate from path repository to Packagist\n\n- Replace local path repository with Packagist dependency\n- Change owlstack-core constraint from @dev to ^1.0\n- Set minimum-stability from dev to stable\n- Add homepage and support URLs\n- Add composer test script\n- Update description and keywords for all 11 platforms
2be74b4View on GitHub