Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Usage without composer? #279

Closed
katsar0v opened this issue Mar 17, 2020 · 1 comment
Closed

Usage without composer? #279

katsar0v opened this issue Mar 17, 2020 · 1 comment

Comments

@katsar0v
Copy link

Hi, can this parser be used without composer? I would like to read pdf files on a server without composer and without root access (just clean php). Is this possible?

@j0k3r
Copy link
Collaborator

j0k3r commented May 25, 2020

Composer is the PHP tool to ease maintainer of project to integrate library from outside. We’ll never remove it.

On the other hand, you can install the lib locally on your desktop, install the library using Composer, code your functionality and then create a zip with everything and put it on your server. Ensure your local env have the same PHP configuration as the server.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants