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

use Eventy in other system, other than Lavarel #78

Closed
danaoairuike opened this issue Nov 9, 2023 · 1 comment
Closed

use Eventy in other system, other than Lavarel #78

danaoairuike opened this issue Nov 9, 2023 · 1 comment

Comments

@danaoairuike
Copy link

danaoairuike commented Nov 9, 2023

Hello, sir,

Thank you for this package. It's really great. So, I'm trying to explore the possibility that whether I can use it in my project. It's a CMS, and without Laravel, or composer.

I think the core of Eventy is mature enough so that it can be independent from Laravel. I think the core of Eventy does not need the two provider classes, or the Facades directory, does it ? since they are Laravel-specific. If I don't use it in Laravel, I don't need them. Is it possible?

image

And in the HashedCallable class, can we use other way to replace the Laravel SerializableClosure? I mean, with a simple way, not using another package. But if we really have to use Laravel SerializableClosure, I think it's okay, since the package Laravel serializable-closure has zero dependency. I just add it to the vendor along with your excellent Eventy. But I really hope we can replace it with another simpler way to serialize callbacks.

image

Could you help me answer these questions? Thank you.

@tormjens
Copy link
Owner

@danaoairuike There's a fork of the package which doesnt have any dependencies and should work all the way down to PHP 5.4. See https://github.com/filips123/eventy/

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

No branches or pull requests

2 participants