Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/codeeshop-oc/generate-previews-php
PHP generate previews with codeigniter
https://github.com/codeeshop-oc/generate-previews-php
codeigniter codeigniter3 php preview previews
Last synced: 26 days ago
JSON representation
PHP generate previews with codeigniter
- Host: GitHub
- URL: https://github.com/codeeshop-oc/generate-previews-php
- Owner: codeeshop-oc
- Created: 2021-07-04T09:01:24.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-07-11T13:13:38.000Z (over 3 years ago)
- Last Synced: 2024-11-15T08:47:49.433Z (3 months ago)
- Topics: codeigniter, codeigniter3, php, preview, previews
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Generate-Previews-PHP
> PHP Generate Previews with CodeigniterSteps to follow
1. Create the curl request method
[Link](https://gist.github.com/codeeshop-oc/010e2b21f099ea5457ec08b7865ea7cf)2. Create a Helper function
[Link](https://gist.github.com/codeeshop-oc/02c7676e4e92526065cd1bd117a1b205)3. Now the main part where we assemble all other functions to work in a harmonious way.
[Link](https://gist.github.com/codeeshop-oc/2f0048d74c9ce7232d218ee96b09b69f)4. Saving the data in SQL Database
[Link](https://gist.github.com/codeeshop-oc/7fa6164d7d0616008ebece76de3d300e)5. Returning the formatted data as per the requirements
[Link](https://gist.github.com/codeeshop-oc/841a67382aa30b28e4b35c73a45a12b5)By following the above steps it would become quite simple to get a preview from a website.
> Checkout our blog for more explanation [Link](https://codeeshop.medium.com/generate-previews-from-external-websites-3c4682f009b0)