{"id":18973737,"url":"https://github.com/64robots/laravel-notion","last_synced_at":"2025-06-20T13:37:04.412Z","repository":{"id":56938503,"uuid":"367334717","full_name":"64robots/laravel-notion","owner":"64robots","description":"Laravel package to use the notion API","archived":false,"fork":false,"pushed_at":"2021-05-26T09:06:29.000Z","size":21,"stargazers_count":11,"open_issues_count":0,"forks_count":0,"subscribers_count":5,"default_branch":"main","last_synced_at":"2024-05-20T23:05:44.832Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/64robots.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":".github/SECURITY.md","support":null}},"created_at":"2021-05-14T10:58:03.000Z","updated_at":"2021-06-06T09:14:20.000Z","dependencies_parsed_at":"2022-08-21T06:50:20.927Z","dependency_job_id":null,"html_url":"https://github.com/64robots/laravel-notion","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/64robots%2Flaravel-notion","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/64robots%2Flaravel-notion/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/64robots%2Flaravel-notion/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/64robots%2Flaravel-notion/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/64robots","download_url":"https://codeload.github.com/64robots/laravel-notion/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223704642,"owners_count":17188999,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":[],"created_at":"2024-11-08T15:12:58.912Z","updated_at":"2024-11-08T15:12:59.563Z","avatar_url":"https://github.com/64robots.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Package to work with Notion API from Laravel\n\n[![Latest Version on Packagist](https://img.shields.io/packagist/v/64robots/laravel-notion.svg?style=flat-square)](https://packagist.org/packages/64robots/laravel-notion)\n[![GitHub Tests Action Status](https://img.shields.io/github/workflow/status/64robots/laravel-notion/run-tests?label=tests)](https://github.com/64robots/laravel-notion/actions?query=workflow%3Arun-tests+branch%3Amain)\n[![GitHub Code Style Action Status](https://img.shields.io/github/workflow/status/64robots/laravel-notion/Check%20\u0026%20fix%20styling?label=code%20style)](https://github.com/64robots/laravel-notion/actions?query=workflow%3A\"Check+%26+fix+styling\"+branch%3Amain)\n[![Total Downloads](https://img.shields.io/packagist/dt/64robots/laravel-notion.svg?style=flat-square)](https://packagist.org/packages/64robots/laravel-notion)\n\nThis package helps you to use the notion API from Laravel.\n\n## Installation\n\nYou can install the package via composer:\n\n```bash\ncomposer require 64robots/laravel-notion\n```\n\nAdd to your environment file (usually `.env`) the key:\n\n```dotenv\nNOTION_ACCESS_TOKEN=YourAccessTokenToNotion\n```\n\n## Customization\n\nYou can publish the config file with:\n\n```bash\nphp artisan vendor:publish --provider=\"R64\\LaravelNotion\\NotionServiceProvider\" --tag=\"laravel-notion-config\"\n```\n\nThis is the contents of the published config file:\n\n```php\nreturn [\n    'access_token' =\u003e env('NOTION_ACCESS_TOKEN'),\n];\n```\n\n## Usage\n\n```php\nuse R64\\LaravelNotion\\Facades\\Notion;\n\n$database = Notion::databases()-\u003eretrieve('a65b5216-46cb-479b-961e-67cc7b05a56d');\n```\n\n## Testing\n\n```bash\ncomposer test\n```\n\n## Changelog\n\nPlease see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.\n\n## Contributing\n\nPlease see [CONTRIBUTING](.github/CONTRIBUTING.md) for details.\n\n## Security Vulnerabilities\n\nPlease review [our security policy](../../security/policy) on how to report security vulnerabilities.\n\n## Credits\n\n- [64 Robots](https://github.com/64robots)\n- [All Contributors](../../contributors)\n\n## License\n\nThe MIT License (MIT). Please see [License File](LICENSE.md) for more information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F64robots%2Flaravel-notion","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F64robots%2Flaravel-notion","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F64robots%2Flaravel-notion/lists"}